Revert part of r71391 that was not supposed to go yet.
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Sat, 21 Aug 2010 16:04:06 +0000 (16:04 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Sat, 21 Aug 2010 16:04:06 +0000 (16:04 +0000)
includes/DefaultSettings.php

index 7898429..5947fc5 100644 (file)
@@ -1508,13 +1508,6 @@ $wgUseLocalMessageCache = false;
  */
 $wgLocalMessageCacheSerialized = true;
 
-/**
- * Instead of caching everything, keep track which messages are requested and
- * load only most used messages. This only makes sense if there is lots of
- * interface messages customised in the wiki (like hundreds in many languages).
- */
-$wgAdaptiveMessageCache = false;
-
 /**
  * Localisation cache configuration. Associative array with keys:
  *     class:       The class to use. May be overridden by extensions.